ul,
li,
p,
div {
  margin: 0;
  padding: 0;
}

.columnContainer {
  margin: 0 auto;
  width: auto;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}

.logoIcon {
  width: 178px;
  height: auto;
}

.tabTitle {
  color: inherit;
  font-size: 16px;
  padding-bottom: 4px;
}

.columnContent {
  padding-top: 110px;
  padding-bottom: 50px;

}

.columnBox {
  margin-top: 40px;
}

.articleUl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.articleLi {
  display: none;
  cursor: pointer;
  list-style: none;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
  height: fit-content;
}


.articleImg {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  max-height: 180px;
  min-height: 180px;
}

.articleBotImg {
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.articleImgBox {
  position: relative;
  height: 100%;
  max-height: 180px;
}

.articleTag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 6px;
  background-color: #005EFF;
}

.articleTitle {
  margin-top: 14px;
  color: #000;
  font-size: 17px;
}

.articleBottomBox,
.articleContainer {
  text-align: left;
  width: auto;
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
  padding: auto 30px;
}


.logoIcon {
  width: 178px;
  height: auto;
}

.articleContainer {
  padding-top: 90px;
}

.articleContainer span[synocolor="true"][style*="color"],
.articleContainer {
  font-size: 16px !important;
}

.articleBottomTop {
  margin-bottom: 10px;
  font-size: 16px;
}

.articleBottomBox>div,
.articleBottomBox {
  display: flex;
}

.articleBottomBox {
  padding-bottom: 30px;
  margin-top: 20px;
}

.preTitle {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.title {
  font-size: 15px;
  color: #000;
  cursor: pointer;
}

.preBox {
  margin-right: 10px;
}

.nextBox {
  margin-left: 10px;
}

.preEmptyBox {
  margin-right: -10px;
}

.nextEmptyBox {
  margin-left: -10px;
}

.articleBotImg img,
.articleImg img {
  width: 90px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.bottomBot {
  padding: 10px;
  cursor: pointer;

}

.bottomBot a,
.bottomBot,
.articleBottomBot {
  display: flex;
}

.articleContainer ul,
.articleContainer li {
  list-style: none !important;
}

.articleBottomCont {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.articleBottomBot .bottomBot {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  min-width: 300px;
  flex: 1;
  max-width: 50%;
}
.articleContainer .newsTagBox img{
  width: 16px !important;
  height: 16px !important;
  margin-right: 10px;
}
.newsTagBox{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 15px;
  color:#444;
  margin-top: 10px;
}
.newsTag{
  position: relative;
  top:1px;
}
.textBox {
  position: relative;
}

.preTitle {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
}

.tabWrap {
  display: flex;
}

.tabItem {
  font-size: 16px;
  margin-right: 32px;
  cursor: pointer;
}

.tabItem a:active,
.tabItem a:hover,
.tabItem a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.tabItem.active {
  color: #005EFF;
  border-bottom: 2px solid #005EFF;
}

.tabItem:hover {
  color: rgba(0, 94, 255, 0.9);
}

.articleContainer img {
  width: 100% !important;
  height: auto !important;
}

.bottomBot:first-child {
  margin-right: 10px;
}

.bottomBot:last-child {
  margin-left: 10px;
}

@media screen and (max-width: 1100px) {

  .articleBottomBox,
  .articleContainer {
    overflow-x: hidden;
  }

}

@media screen and (max-width: 900px) {

  .articleBottomBot .bottomBot {
    min-width: 200px;
  }
}

@media screen and (max-width: 600px) {
  .bottomBot {
    margin-bottom: 5%;
  }

  .bottomBot:first-child {
    margin-right: 0px;
  }

  .bottomBot:last-child {
    margin-left: 0px;
  }

  .articleBottomBot .bottomBot,
  .articleContainer {
    width: calc(100% - 10%);
    max-width: calc(100% - 10%);
  }

  .articleContainer,
  .articleBottomBox {
    padding-left: 5%;
    padding-right: 5%;
  }

  .columnBox .articleImgBox img {
    width: 100%;
    height: 100%;
  }

  .columnBox .articleUl {
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
  }

  .columnBox .articleLi a {
    flex-direction: column;
  }

  .articleContainer {
    padding-top: 80px;

  }

  .articleBottomBot {
    flex-direction: column;
  }

  .articleBottomBox {
    flex-direction: column;
    width: calc(100% - 6%);
    max-width: calc(100% - 6%);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .nextBox {
    margin-left: 0;
    margin-top: 20px;
  }

  .logoIcon {
    width: 148px;
  }

}



@media screen and (max-width: 1100px) {
  .columnContainer {
    padding: 0 30px;
  }
}

@media screen and (max-width: 900px) {
  .articleLi {
    margin-bottom: 30px;
  }

  .articleImg {
    min-height: 125px;
    max-height: 125px;
  }
}

@media screen and (max-width: 600px) {
  .preBox {
    margin-right: 0px;
  }

  .columnContainer {
    min-height: auto !important;
    padding: 0 5%;
  }

  .articleImg {
    min-height: 95px;
  }

  .columnContent {
    padding-top: 10px;
  }

  .columnBox {
    margin-top: 20px;
  }

  .logoIcon {
    width: 148px;
  }

  .articleTitle {
    margin-top: 10px;
    font-size: 14px;
  }

  .articleLi {
    width: 47.5%;
  }

  .articleLi,
  .articleLi:nth-child(3n) {
    margin-right: 4.8%;
  }

  .tabWrap {
    padding-top: 80px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;

  }

  /* 自定义滚动条 */
  .tabWrap::-webkit-scrollbar {
    width: 15px;
    height: 4px;
  }

  /* 定义滚动条轨道样式 */
  .tabWrap::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  /* 定义滚动条滑块样式 */
  .tabWrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }

  /* 当滑块被悬停时的样式 */
  .tabWrap::-webkit-scrollbar-thumb:hover {
    background-color: black;
  }
}

.recommendContainer,
.licenseBox,
.privacyPage {
  text-align: left;
  margin: 0 auto;
  width: auto;
  max-width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}

/* 联系我们page */
.bottomDiv {
  width: 100%;
  height: 50px;
}

.container {
  padding-bottom: 50px;
  padding-top: 70px;
}

.contactBox {
  max-width: 1180px;
  margin: 0 auto;
}


.logoIcon {
  width: 178px;
  height: auto;
}

.contactBox {
  background-color: #fff;
}

.banner {
  width: 1180px;
}

.contactBox .commonDiv {
  padding: 0 18%;
  overflow: hidden;
}

.contactBox .commonDiv hr {
  background: #E0E0E0;
  margin-top: 35px;
  margin-bottom: 35px;
  border-color: #e0e0e0 !important;
}

.titleH2 {
  margin-bottom: 45px;
  margin-top: 45px;
}

.ft_28 {
  font-size: 28px;
}

.text_c {
  text-align: center;
}

.ft_general2 {
  font-size: 16px;
  color: #444;
}

.contactTitle {
  display: block;
}

@media screen and (max-width: 1100px) {
  .banner {
    width: 100%;
    max-width: 100%;
  }

  .container {
    max-width: 100%;
    overflow-x: hidden;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 600px) {

  .commonDiv {
    padding: 0 5%;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 46px;
    width: calc(100% - 10%);
  }
}

/* 推荐page */
.recommendContainer {
  font-size: 13pt;
  margin: 0 auto;
  text-align: left;
  padding-top: 70px;
  padding-bottom: 50px;
}

.recommendContainer h1 {
  text-align: center;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 20pt;
  font-weight: bold;
  color: #000;
}

h2 {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

mark {
  color: #005EFF;
  background: transparent;
}


@media screen and (max-width: 1100px) {
  .recommendContainer {
    max-width: 100%;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 600px) {
  .recommendContainer {
    width: calc(100% - 10%);
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
  }
}
/* 推荐page end */